home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / internet / irc_i_dodatki / eggdrop / eggdrop11.lha / help / dcc / bans < prev    next >
Text File  |  1997-01-15  |  2KB  |  43 lines

  1. %{+o}
  2. ###  bans [[channel] wildcard]
  3. ###  bans all
  4.    shows you a list of the global bans active on the current channel,
  5.    and the list of channel-specific bans, as well as any bans that
  6.    are on the channel but weren't placed by the bot.
  7.  
  8.    here's a sample entry;
  9.       [ 5] *!*habib@*frys.com (perm)
  10.            paulie: revolving check policy
  11.            Created 15:10
  12.    the number (5) can be used to reference the ban if you wish
  13.    to remove it (see '.-ban').  next is the actual hostmask being
  14.    banned.  the "(perm)" means that the ban is "permanent": that
  15.    is, it doesn't automatically expire.  if there is an elapsed time
  16.    showing instead, the time displayed is how long the ban has been
  17.    active.  those kind of bans expire after one hour.  the second line
  18.    of the ban entry is the comment ("revolving check policy" -- it
  19.    would seem that paulie had to stand in line for a while) and who put
  20.    the ban there (paulie).  the last line shows when the ban was added,
  21.    and possibly the last time the ban was activated on the channel (if
  22.    it's different from the creation time).
  23.  
  24.    sometimes there will be a "!" or "*" right before the number.  a "!"
  25.    means the ban is in the bot's permban list, but is not currently on
  26.    the channel.  a "*" marks a ban which is NOT in the perman list but
  27.    IS on the channel.
  28.  
  29.    if you use 'bans' it will show you only the bans which are
  30.    currently in action on the channel.  if you use 'bans all' it
  31.    will show you every ban in memory.  (with 'perm-bans' on, these
  32.    are identical.)
  33.  
  34.    if you use 'bans <wildcard>' it will list all the bans (active
  35.    or not) that match against your wildcard.  consider it a 'bans
  36.    all' list matched against your wildcard.
  37.  
  38.    the ban list may change according to which channel you're
  39.    currently viewing in the console.  different bans may be active
  40.    on different channels.  if you specify a channel name, that
  41.    channel will be used instead of your current console channel.
  42. see also: -ban, +ban, kickban, console, set ban-time
  43.